Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add @ember/string v4 to peerDependencies #9511

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

SergeAstapov
Copy link
Contributor

Description

@ember/string v4 was recently published https://github.com/emberjs/ember-string/releases/tag/v4.0.0-%40ember%2Fstring

it's not possible to upgrade as @ember-data/store still requires v3.

Notes for the release

@runspired runspired added 🎯 canary PR is targeting canary (default) 🏷️ bug This PR primarily fixes a reported issue labels Jul 11, 2024
@runspired
Copy link
Contributor

runspired commented Jul 11, 2024

@SergeAstapov thanks! bit of an odd case considering is an optional (and deprecated) dep.

I'd note it's only present because peers need to be re-declared at each level, and its ember-inflector (an optional but deprecated dep) that is actually the optional peer here. You'll want to make sure the range in ember-inflector matches.

@runspired runspired merged commit fa271c6 into emberjs:main Jul 11, 2024
22 of 28 checks passed
@SergeAstapov SergeAstapov deleted the bump-ember-string branch July 11, 2024 19:33
@SergeAstapov
Copy link
Contributor Author

SergeAstapov commented Jul 11, 2024

@runspired my assumption is that if it's optional and not present, then we are ok. but if it's present but v4 - then it's a trouble

Thanks for lending this!

wagenet pushed a commit that referenced this pull request Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎯 canary PR is targeting canary (default) 🏷️ bug This PR primarily fixes a reported issue
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants